From: David S. Miller Date: Sun, 25 Jun 2006 07:04:43 +0000 (-0700) Subject: [PARPORT] sunbpp: Fix typo. X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~10^2~43379^2~12 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=09ec431476aa6efca436faf1e1aaadb4fa283972;p=linux-4.9.git [PARPORT] sunbpp: Fix typo. Signed-off-by: David S. Miller --- diff --git a/drivers/parport/parport_sunbpp.c b/drivers/parport/parport_sunbpp.c index 69a4bbd4cbee..7c43c5392bed 100644 --- a/drivers/parport/parport_sunbpp.c +++ b/drivers/parport/parport_sunbpp.c @@ -389,7 +389,7 @@ static struct of_device_id bpp_match[] = { {}, }; -MODULE_DEVICE_TABLE(of, qec_sbus_match); +MODULE_DEVICE_TABLE(of, bpp_match); static struct of_platform_driver bpp_sbus_driver = { .name = "bpp",